require "import"
import "android.provider.Settings"
import "android.content.Intent"
this.startActivity(Intent(Settings.ACTION_BATTERY_SAVER_SETTINGS))